home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
xfalib.lha
/
XFA_Library
/
C
/
proto
/
xfa.h
Wrap
C/C++ Source or Header
|
1996-04-09
|
218b
|
12 lines
#ifndef PROTO_XFA_H
#define PROTO_XFA_H
#include <exec/types.h>
extern struct Library *XFABase;
#ifdef __GNUC__
#include <inline/xfa.h>
#else
#include <clib/xfa_protos.h>
#include <pragmas/xfa_pragmas.h>
#endif
#endif